From b48422d423cbe54ac128637c836fdfdf037c5917 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Fri, 13 Apr 2018 15:21:41 +0200 Subject: [PATCH] build: Print summary last --- meson.build | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meson.build b/meson.build index fbc23ba257..2a30d34a5f 100644 --- a/meson.build +++ b/meson.build @@ -738,6 +738,13 @@ if get_option('documentation') subdir('docs/reference') endif +# Keep this in sync with post-install.sh expected arguments +meson.add_install_script('build-aux/meson/post-install.sh', + gtk_api_version, + gtk_binary_version, + gtk_libdir, + gtk_datadir) + summary = [ '', '------', @@ -760,10 +767,3 @@ summary = [ ] message('\n'.join(summary)) - -# Keep this in sync with post-install.sh expected arguments -meson.add_install_script('build-aux/meson/post-install.sh', - gtk_api_version, - gtk_binary_version, - gtk_libdir, - gtk_datadir) -- 2.30.2